Skip to content

chore(deps): update github actions#571

Merged
mgumowsk merged 1 commit into
masterfrom
renovate/github-actions
May 12, 2026
Merged

chore(deps): update github actions#571
mgumowsk merged 1 commit into
masterfrom
renovate/github-actions

Conversation

@oep-renovate
Copy link
Copy Markdown
Contributor

@oep-renovate oep-renovate Bot commented May 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action minor v3.0.0v3.1.1
actions/labeler action minor v6.0.1v6.1.0
actions/upload-artifact action patch v7.0.0v7.0.1
astral-sh/setup-uv action minor v8.0.0v8.1.0
astral-sh/uv uses-with patch 0.11.30.11.13
github/codeql-action action patch v4.35.1v4.35.4
pypa/gh-action-pypi-publish action minor v1.13.0v1.14.0
renovatebot/github-action action patch v46.1.7v46.1.14

Release Notes

actions/create-github-app-token (actions/create-github-app-token)

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Bug Fixes
Features
actions/labeler (actions/labeler)

v6.1.0

Compare Source

Enhancements

  • Add changed-files-labels-limit and max-files-changed configuration options to cap the number of labels added by @​bluca in #​923

Bug Fixes

Dependency Updates

New Contributors

Full Changelog: actions/labeler@v6...v6.1.0

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

astral-sh/setup-uv (astral-sh/setup-uv)

v8.1.0: 🌈 New input no-project

Compare Source

Changes

This add the a new boolean input no-project.
It only makes sense to use in combination with activate-environment: true and will append --no project to the uv venv call. This is for example useful if you have a pyproject.toml file with parts unparseable by uv

🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
astral-sh/uv (astral-sh/uv)

v0.11.13

Compare Source

Released on 2026-05-10.

Bug fixes
  • Include data files in editable builds (#​19312)
  • Respect --require-hashes when installing from pylock.toml files (#​19334)
Python
  • Add CPython 3.14.5

v0.11.12

Compare Source

Released on 2026-05-08.

Python
  • Add CPython 3.15.0b1
Enhancements
  • Add --no-editable support to uv pip install (#​19306)
  • Require git refs in URLs to be percent-encoded (#​19320)
Bug fixes
Documentation
  • Fix bug from inconsistent workflow name in GHA-PyPI guide example (#​19309)

v0.11.11

Compare Source

Released on 2026-05-06.

Bug fixes
  • Accept legacy ID format from pre-0.11.9 cache entries (#​19301)

v0.11.10

Compare Source

Released on 2026-05-05.

Bug fixes
  • Allow pre-release Python requests with non-zero patch versions (#​19286)

v0.11.9

Compare Source

Released on 2026-05-04.

This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored.

We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team.

For more context, see the announcement, issue, and pull request.

Issues with the new release can be reported in the uv or CPython issue trackers.

Python
  • Upgrade PyPy to v7.3.22
  • Add CPython 3.14.5rc1
  • On macOS, CPython statically links libpython to match Linux
Enhancements
  • Omit compatible release desugaring for pre-release hints (#​19267)
  • Fix file locks on Android (#​18323)
Preview
  • uv audit add reporting for adverse project statuses (#​19128)
Bug fixes
  • Discover versioned Python executables when requires-python pins a version (#​18700)
  • Fix URL prefix matching to require path boundaries (#​19154)
  • Fix transitive Git path dependencies in lockfiles (#​19269)
  • Handle incorrect unlock error in LockedFile::drop on Wine (#​19229)
  • Prevent uninstalling site-packages for empty top_level.txt in .egg-info (#​19114)
  • Use symlinks instead of junctions on Wine (#​19213)
  • Fix floating-point environment handling on ARMv7 (#​19157)
  • Redact credentials from remote requirements URL in offline errors (#​19216)
  • Windows tramplolines no longer set PYTHONHOME and only set __PYVENV_LAUNCHER__ for virtual environments (#​19199)
Documentation
  • Mark --native-tls and UV_NATIVE_TLS as deprecated (#​18705)
  • Re-add pytorch-triton-rocm to PyTorch ROCm docs (#​19241)
  • Tweak changelog entries for 0.11.8 (#​19188)
  • Add 'Exporting lockfiles' to the Concepts->Projects index (#​19209)
  • Clarify that uv init creates git files / folders in the projects guide (#​19183)

v0.11.8

Compare Source

Released on 2026-04-27.

Enhancements
  • Add --python-downloads-json-url to python pin (#​19092)
  • Fetch uv from Astral mirror during self-update (#​18682)
  • Support pip uninstall -y (#​19082)
  • Allow exclude-newer to be missing from the lockfile when exclude-newer-span is present (#​19024)
  • Only show the version number in uv self version --short (#​19019)
  • Silence warnings on empty SSL_CERT_DIR directory (#​19018)
  • Use a sentinel timestamp for relative exclude-newer and exclude-newer-package values in lockfiles (#​19022, #​19101)
Configuration
  • Add UV_PYTHON_NO_REGISTRY (#​19035)
  • Add an environment variable for UV_NO_PROJECT (#​19052)
  • Expose UV_PYTHON_SEARCH_PATH for Python discovery PATH overrides (#​19034)
Bug fixes
  • Add rust-toolchain.toml to uv-build sdist (#​19131)
  • Ensure uv invocations of git do not inherit repository location environment variables (#​19088)
  • Redact pre-signed upload URLs in verbose output (#​19146)
  • Handle transitive URL dependencies in PEP 517 build requirements (#​19076, #​19086)
  • Support uv lock on a pyproject.toml that only contains dependency-groups (#​19087)
  • Disable transparent Python upgrades in projects when a patch version is requested via .python-version (#​19102)
  • Fix Python variant tagging in the Windows registry (#​19012)
  • Ban external symlinks in .tar.zst wheels (#​19144)
Distributions
  • Remove deprecated license classifiers from uv-build and add Python 3.14 classifier (#​19130)
Documentation
  • Bump astral-sh/setup-uv version in docs (#​19030)
  • Update PyTorch documentation for PyTorch 2.11 (#​19095)

v0.11.7

Compare Source

Released on 2026-04-15.

Python
  • Upgrade CPython build to 2026041 including an OpenSSL security upgrade (#​19004)
Enhancements
  • Elevate configuration errors to required-version mismatches (#​18977)
  • Further improve TLS certificate validation messages (#​18933)
  • Improve --exclude-newer hints (#​18952)
Preview features
  • Fix --script handling in uv audit (#​18970)
  • Fix traversal of extras in uv audit (#​18970)
Bug fixes
  • De-quote workspace metadata in linehaul data (#​18966)
  • Avoid installing tool workspace member dependencies as editable (#​18891)
  • Emit JSON report for uv sync --check failures (#​18976)
  • Filter and warn on invalid TLS certificates (#​18951)
  • Fix equality comparisons for version specifiers with ~= operators (#​18960)
  • Fix stale Python upgrade preview feature check in project environment construction (#​18961)
  • Improve Windows path normalization (#​18945)

v0.11.6

Compare Source

Released on 2026-04-09.

This release resolves a low severity security advisory in which wheels with malformed RECORD entries could delete arbitrary files on uninstall. See GHSA-pjjw-68hj-v9mw for details.

Bug fixes
  • Do not remove files outside the venv on uninstall (#​18942)
  • Validate and heal wheel RECORD during installation (#​18943)
  • Avoid uv cache clean errors due to Win32 path normalization (#​18856)

v0.11.5

Compare Source

Released on 2026-04-08.

Python
  • Add CPython 3.13.13, 3.14.4, and 3.15.0a8 (#​18908)
Enhancements
  • Fix build_system.requires error message (#​18911)
  • Remove trailing path separators in path normalization (#​18915)
  • Improve error messages for unsupported or invalid TLS certificates (#​18924)
Preview features
  • Add exclude-newer to [[tool.uv.index]] (#​18839)
  • uv audit: add context/warnings for ignored vulnerabilities (#​18905)
Bug fixes
  • Normalize persisted fork markers before lock equality checks (#​18612)
  • Clear junction properly when uninstalling Python versions on Windows (#​18815)
  • Report error cleanly instead of panicking on TLS certificate error (#​18904)
Documentation

v0.11.4

Compare Source

Released on 2026-04-07.

Enhancements
  • Add support for --upgrade-group (#​18266)
  • Merge repeated archive URL hashes by version ID (#​18841)
  • Require all direct URL hash algorithms to match (#​18842)
Bug fixes
  • Avoid panics in environment finding via cycle detection (#​18828)
  • Enforce direct URL hashes for pyproject.toml dependencies (#​18786)
  • Error on --locked and --frozen when script lockfile is missing (#​18832)
  • Fix uv export extra resolution for workspace member and conflicting extras (#​18888)
  • Include conflicts defined in virtual workspace root (#​18886)
  • Recompute relative exclude-newer values during uv tree --outdated (#​18899)
  • Respect --exclude-newer in uv tool list --outdated (#​18861)
  • Sort by comparator to break specifier ties (#​18850)
  • Store relative timestamps in tool receipts (#​18901)
  • Track newly-activated extras when determining conflicts (#​18852)
  • Patch Cargo.lock in uv-build source distributions (#​18831)
Documentation
  • Clarify that --exclude-newer compares artifact upload times (#​18830)
github/codeql-action (github/codeql-action)

v4.35.4

Compare Source

v4.35.3

Compare Source

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #​3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #​3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #​3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #​3852
  • Update default CodeQL bundle version to 2.25.3. #​3865

v4.35.2

Compare Source

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #​3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #​3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #​3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #​3807
  • Update default CodeQL bundle version to 2.25.2. #​3823
pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)

v1.14.0

Compare Source

Audit your supply chain regularly!

✨ What's Changed

The main change in this release is that verbose and print-hash inputs are now on by default. This was contributed by @​whitequark💰 in #​397.

📝 Docs

@​woodruffw💰 updated the mentions of PEP 740 to stop implying that it might be experimental (it hasn't been for quite a while!) in #​388 and @​him2him2💰 brushed up some grammar in the README and SECURITY docs via #​395.

🛠️ Internal Updates

@​woodruffw💰 bumped sigstore and pypi-attestations in the lock file (#​391) and @​webknjaz💰 added infra for using type annotations in the project (#​381).

💪 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.13.0...v1.14.0

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​facutuesca💰 and @​woodruffw💰 for helping maintain this project when I can't!

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.

GH Sponsors badge

renovatebot/github-action (renovatebot/github-action)

v46.1.14

Compare Source

Documentation
  • Revise Fine-grained Personal Access Tokens section (#​1030) (fef7882)
  • set RENOVATE_PLATFORM_COMMIT to enabled (#​1029) (9d07dfa)
  • update references to renovatebot/github-action to v46.1.13 (9a41b99)
Miscellaneous Chores
  • cleanup (8abcd0e)
  • deps: update commitlint monorepo to v20.5.3 (a4e124d)
  • deps: update dependency globals to v17.6.0 (d5ca6d4)
  • deps: update dependency typescript-eslint to v8.59.1 (1dd2319)
  • enable pnpm minimumReleaseAge (00a8327)
Build System
  • deps: lock file maintenance (f6821a2)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.160.7 (1189f69)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.162.0 (43d0a48)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.163.0 (61a1654)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.163.1 (4226876)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.163.2 (b3318e0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.163.4 (09fe3e9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.164.0 (5736585)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.164.1 (8b164cc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.164.2 (44728cc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.165.0 (bde1da1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.166.0 (#​1031) (4b957d1)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.166.2 (499cfeb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.166.3 (fe8a943)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.167.0 (f8ca6db)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.168.4 (2e15d66)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.168.5 (a87ee3d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.168.6 (683e7dd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.169.0 (f6166e7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.169.4 (f1f81f9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.0 (5473f54)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.12 (b47aa13)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.13 (7e8834d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.14 (9b5f9e6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.15 (98631e8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.16 (ab997a9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.17 (24a51e0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.18 (f82d2cd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.19 (3d684f2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.20 (d7afc6b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.3 (306f0c9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.8 (f0eea19)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.170.9 (f3af74e)

v46.1.13

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.12 (a871d4d)
Miscellaneous Chores
Build System
  • deps: lock file maintenance (d044e7d)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.159.1 (a7db9c3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.159.2 (f9133ef)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.160.0 (212d525)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.160.1 (e3443ce)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.160.2 (833041b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.160.4 (60cc865)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.160.5 (2c7567a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.160.6 (35caad2)

v46.1.12

Compare Source

Bug Fixes
Documentation
  • update references to renovatebot/github-action to v46.1.11 (317011a)
Miscellaneous Chores
  • deps: update dependency typescript-eslint to v8.59.0 (8e3560a)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.142.0 (0fee00d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.142.1 (c7cfc88)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.144.0 (39e7d09)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.145.0 (0bbd415)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.146.0 (889c739)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.147.0 (7addce6)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.150.0 (804ce16)

v46.1.11

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.10 (0b264d2)
Miscellaneous Chores
  • deps: update actions/setup-node action to v6.4.0 (951a814)
  • deps: update dependency prettier to v3.8.3 (a763833)
  • deps: update dependency typescript-eslint to v8.58.2 (119d68e)
Build System
  • deps: lock file maintenance (f82feed)
Continuous Integration
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.132.3 (99cc805)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.133.0 (a63d39b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.135.0 (955b000)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.136.0 (65167cd)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.136.1 (7b21b86)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.136.3 (28a2dc0)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.137.0 (b0cf2a4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.138.0 (3700882)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.138.1 (f516ce2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.138.3 (3411548)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.139.0 (5201886)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.139.1 (5856263)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.139.4 (999691d)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.139.5 (f703a54)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.139.6 (3ba85c2)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.139.7 (96f2f09)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.139.8 (5af45e5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.140.0 (01e9139)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.141.0 (814a2a4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.141.1 (fb3abdf)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.141.2 (e3a9af5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.141.5 (4f14b2f)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.141.6 (2357784)

v46.1.10

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.9 (ed96e8a)
Miscellaneous Chores
  • deps: update actions/cache action to v5.0.5 (0b43175)
  • deps: update dependency globals to v17.5.0 (429b645)
  • deps: update dependency prettier to v3.8.2 (8bfc8a3)
  • deps: update dependency typescript-eslint to v8.58.1 (#​1026) (f0c5d61)
  • deps: update node.js to v24.15.0 (c493ede)
Build System
  • deps: lock file maintenance (5f318b8)
Continuous Integration
  • add Zizmor for GitHub Actions linting (#​1025) (3ce6ef9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.111.1 (77016cf)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.111.2 (d4ee47a)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.111.3 (9533edc)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.113.0 (7028a3e)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.115.1 (00ae40b)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.123.0 (4d39d22)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.123.3 (06b71b8)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.123.4 (bd145c9)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.123.5 (59cbcc3)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.123.6 (195ddbe)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.123.8 (9286cb7)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.124.1 (dbcd02c)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.125.0 (754b499)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.125.1 (5ee1022)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.126.0 (a4188be)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.127.2 (#​1027) (b962e40)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.127.3 (6e1df28)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.128.1 (5429eaa)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.129.0 (9f025e5)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.130.1 (#​1028) (0f49bd4)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.131.0 (8c3b0ff)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.132.0 (81c8ffb)
  • deps: update ghcr.io/renovatebot/renovate docker tag to v43.132.1 (f84cc28)

v46.1.9

Compare Source

Documentation
  • update references to renovatebot/github-action to v46.1.8 (65fadb1)
Miscellaneous Chores

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • On day 1 of the month (* * 1 * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Signed-off-by: oep-renovate[bot] <212772560+oep-renovate[bot]@users.noreply.github.com>
@oep-renovate oep-renovate Bot requested a review from a team as a code owner May 12, 2026 03:08
@github-actions github-actions Bot added the build Related to build scripts label May 12, 2026
@mgumowsk mgumowsk enabled auto-merge May 12, 2026 06:51
@mgumowsk mgumowsk added this pull request to the merge queue May 12, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 12, 2026
@mgumowsk mgumowsk added this pull request to the merge queue May 12, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 12, 2026
@mgumowsk mgumowsk added this pull request to the merge queue May 12, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to no response for status checks May 12, 2026
@mgumowsk mgumowsk added this pull request to the merge queue May 12, 2026
Merged via the queue into master with commit b097e53 May 12, 2026
33 checks passed
@mgumowsk mgumowsk deleted the renovate/github-actions branch May 12, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Related to build scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants